Welcome![Sign In][Sign Up]
Location:
Search - Bresenham midpoint DDA

Search list

[GDI-Bitmapgraphic_demo

Description: 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转, 原点对称,错切变换算法;-help students learning graphics and engineering staff a good tool, they demonstrated a dynamic graphics generation process, the detailed source code so that you can run after the paste, including DDA, resenham, point by point comparison Linear Algorithm; Bresenham, DDA, the midpoint Circle algorithm; N bezier, spline, Bspling, Hermite curve generation algorithm; single, bilinear, Bezier surface generation algorithm; vector, Character generation algorithm; scanning fill the seed filling algorithm, polygons, linear cutting algorithm; translation ratio, rotation, symmetric origin , Shear Transform algorithm;
Platform: | Size: 807327 | Author: 冯宾 | Hits:

[OpenGL programDDA

Description: DDA 算法 achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm
Platform: | Size: 987 | Author: minglus | Hits:

[Fractal program图形基础

Description: 中点画线法,中点画圆法,DDA画线法,Bresenham画线法,Bresenham画圆法-were dotted line, the midpoint Circle, DDA line drawing, Bresenham line drawing, Bresenham Circle France
Platform: | Size: 5120 | Author: 波波 | Hits:

[GDI-Bitmapgraphic_demo

Description: 帮助学习图形学的学生和工程人员的好工具,里面动态的演示了图形生成过程,详细的源代码使你粘贴后就可以运行,其中包括DDA、resenham、 逐点比较法直线生成算法;bresenham,DDA,中点画圆算法;n次bezier, spline,Bspling,Hermite曲线生成算法;单线性,双线性, Bezier曲面生成算法;矢量,点阵字符生成算法;扫描填充, 种子填充算法,多边形,直线裁剪算法;平移,比例,旋转, 原点对称,错切变换算法;-help students learning graphics and engineering staff a good tool, they demonstrated a dynamic graphics generation process, the detailed source code so that you can run after the paste, including DDA, resenham, point by point comparison Linear Algorithm; Bresenham, DDA, the midpoint Circle algorithm; N bezier, spline, Bspling, Hermite curve generation algorithm; single, bilinear, Bezier surface generation algorithm; vector, Character generation algorithm; scanning fill the seed filling algorithm, polygons, linear cutting algorithm; translation ratio, rotation, symmetric origin , Shear Transform algorithm;
Platform: | Size: 806912 | Author: 冯宾 | Hits:

[Graph Drawing图形的生成

Description: 实现二维基本图元直线段生成的基本算法(DDA,中点法,Bresenham)实现二维基本图元圆弧/椭圆圆弧生成的基本算法(中点法)实现对线型线宽的属性的控制实现二维多边形扫描转换的扫描线算法实现二维多边形扫描转换的边缘填充算法或栅栏填充算法实现二维连通区域填充的扫描线种子填充算法(四连通或八连通)实现二维直线段裁剪的Cohen-Sutherland裁剪算法和中点分割裁剪算法-basic 2D linear map of the yuan generated by the basic algorithm (DDA, the midpoint method, Bresenham) basic 2D map yuan Arc/elliptical arc generated by the basic algorithm (midpoint) to achieve linear linewidth control of the attributes of 2D polygon scan conversion algorithm scanning 2D polygon scan conversion Edge geo-filling algorithm fence or filling algorithm regional connectivity filled two-dimensional scanning lines seed filling algorithm (four or eight connectivity connectivity ) 2D linear cut of the Cohen-Sutherland cutting midpoint segmentation algorithm and cutting algorithm
Platform: | Size: 228352 | Author: 张伟 | Hits:

[GDI-BitmapTuXingXueZongHeShiXi

Description: 这是我图形学的综合实习程序,里面实现直线的dda算法,中点Bresenham算法,改进Bresenham算法的绘图,椭圆的中点Bresenham算法,圆的八分画圆结合中点Bresemham算法的绘制,并包含了图形的翻转,平移,对称,比例变换,内有说明文档-integrated graphics attachment procedures, straight line inside the dda algorithm, the midpoint of Bresenham algorithm, improving the Bresenham algorithm for mapping, elliptical midpoint Bresenham algorithm, the eighth round midpoint Bresemham Circle combining algorithm mapping, and includes graphics and overturned, translational symmetry, Transform ratio, which is documented
Platform: | Size: 10240 | Author: 4587 | Hits:

[Special Effectsshiyang1

Description: 实现DDA直线生成算法、Bresenham直线生成算法、中点绘圆算法,以及多边形扫描线填充算法-achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm
Platform: | Size: 61440 | Author: dangdang | Hits:

[Graph Drawingtuxingxueshiyan1

Description: 《计算机图形学》 实验一 基本图形的生成 实验目的: 1、编写直线的DDA和Bresenham算法的实现程序,验证算法的正确性。 2、编写圆的Bresenham算法或中点算法的实现程序,验证算法的正确性。 3、用多边形的扫描线填充算法对一多边形进行填充,验证算法的正确性。 4、使用Cohen-Sutherland算法裁减二维线段或使用Sutherland-Hodgman算法对多边形进行裁减,验证算法的正确性。 5、通过算法的编写,切实掌握图形学中直线和圆生成的原理以及图形填充和裁减算法的原理和过程。 实验内容: 1、(必做)编写直线的DDA和Bresenham算法的实现程序。要求:直线的起点与终点坐标通过文本框中输入或添加鼠标程序,实现交互式画直线(用鼠标确定直线的起点和终点)。禁止使用画直线的系统函数。 2、(必做)编写圆的Bresenham算法或中点算法的实现程序。要求:圆的半径与圆心点坐标通过文本框中输入或添加鼠标程序,实现交互式画圆(用鼠标确定圆的圆心和半径)。禁止使用画圆的系统函数。 -"Computer Graphics" experiment, a basic pattern formation of the experiment : 1. DDA prepared a straight line and the Bresenham algorithm procedures, verification algorithm is correct. 2, the preparation of a round of the Bresenham algorithm or midpoint algorithm implementation procedures, verification algorithm is correct. 3, using the polygon scan line algorithm to fill a polygon filling, the verification algorithm correctness. 4. Use Cohen-Sutherland algorithm line or two-dimensional reduction of the use of Sutherland- Hodgman algorithm for polygon reduction, the certification algorithm correctness. 5, algorithm development, really control the graphics linear and circular formation of principle and graphics filling algorithm and the reduction of the principles and processes.
Platform: | Size: 718848 | Author: fisherman | Hits:

[JSP/JavaDrawPaintCode

Description: 代码实现了计算机图形学中画线算法(包括DDA,中点法,Bresenham)以及画圆算法(包括中点法,Bresenham)以及多边形的填充(包括边填充,种子填充,扫描填充)多边形的二维变换,多边形的裁减等功能.根据不同的控件进行选择,然后实现各算法.-code realized the computer graphics line drawing algorithm (including DDA, the midpoint method, Bresenham) and Circle algorithm (including midpoint, Bresenham) and polygon filling (including edge filling, seed filling, Filled with scanning) transform two-dimensional polygon, polygon reduction, and other functions. According to various control options. then the achievement of the algorithm.
Platform: | Size: 229376 | Author: 刘晴 | Hits:

[JSP/Javadraw

Description: mpl.add(new MenuItem("DDA画线")) mpl.add(new MenuItem("中点画线")) mpl.add(new MenuItem("Bresenham画线")) mpl.addActionListener(this) mp2=new Menu("画圆") mp.add(mp2) mp2.add(new MenuItem("公式法画圆")) mp2.add(new MenuItem("多边形逼近圆")) mp2.add(new MenuItem("中点画圆")) mp2.addActionListener(this) -mpl.add (new MenuItem ( DDA line drawing )) mpl.add (new MenuItem ( in the line stipple )) mpl.add (new MenuItem ( Bresenham line drawing )) mpl.addActionListener (this) mp2 = new Menu ( Circle ) mp.add (mp2) mp2.add (new MenuItem ( drawcircle formula )) mp2.add (new MenuItem ( Polygon approximation circle )) mp2.add (new MenuItem ( midpoint drawcircle )) mp2.addActionListener (this)
Platform: | Size: 6144 | Author: 李默 | Hits:

[Graph DrawingDrawLine

Description: 用bresenham,dda,midpoint三种算法实现画直线,鼠标可在屏幕上取点画直线-With bresenham, dda, midpoint algorithm painting of three straight, the mouse can check on the screen straight stipple
Platform: | Size: 18432 | Author: 刘提 | Hits:

[GDI-BitmapLBline

Description: 1、编程实现DDA算法、Bresenham算法、中点递归算法绘制直线段 2、分析对比三种算法的像素逼近效果和程序执行速度 3、输出要求:每种算法要分别在八个二分之一象限内画一条直线段 -1, Programming DDA algorithm, Bresenham algorithm, recursive algorithm the midpoint of line segment drawn 2, analysis and comparison of three-pixel approximation algorithms and procedures for the implementation of the speed of the effect of 3, output requirements: for each algorithm to one-half, respectively, in eight quadrant draw a line segment
Platform: | Size: 2048 | Author: 菜菜 | Hits:

[OpenGL programDDA

Description: DDA 算法 achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm -DDA algorithm achieve DDA line drawing algorithm, the Bresenham algorithm, which generates the midpoint painted circle algorithm, and polygon scan line filling algorithm
Platform: | Size: 1024 | Author: | Hits:

[Graph programShow

Description: MFC实现直线的DDA算法,中点算法与Bresenham算法的演示。-MFC realize linear DDA algorithm, the midpoint algorithm and presentation Bresenham algorithm.
Platform: | Size: 40960 | Author: kakaxi | Hits:

[2D GraphicALL_Line

Description: 该程序可实现直线生成的各种算法,如DDA法、Bresenham法、中点法等;还可实现图形区域的填充等。-The program can be a straight line to generate a variety of algorithms, such as the DDA Act, Bresenham method, midpoint method, etc. can realize, such as graphics-filled region.
Platform: | Size: 2048 | Author: 保文星 | Hits:

[Graph DrawingDDA_Bresenham_Circle_Ellispe

Description: DDA画线算法,Bresenhan画线算法,中点圆算法,中点椭圆算法-DDA line drawing algorithm, Bresenhan painted line algorithm, the midpoint circle algorithm, the midpoint ellipse algorithm
Platform: | Size: 1982464 | Author: yangpan | Hits:

[Special Effectsroughdraw

Description: 本程序为关于画线的算法:DDA(数值微分)法、中点画线算法、Bresenham算法中点画圆算法。可以画出相应的图线。-This procedure to draw the line about algorithms: DDA (Numerical Differentiation) Act, in stipple line algorithm, Bresenham midpoint circle algorithm algorithm. Can draw the corresponding diagram lines.
Platform: | Size: 4096 | Author: 李岩 | Hits:

[2D GraphicComputerGraphics

Description: 是我的计算机图形学的大作业,其中包括的算法有: 直线绘制的DDA算法,bresenham算法,中点算法,绘制圆和椭圆的中点算法,扫描线种子填充算法。N次贝塞尔曲线的绘制以及对他的平移旋转和缩放变换。还有颜色对话框的调用等等,操作方法在帮助里也写明了。另外,还附有一个编写说明书,适合初学者一步步的自己编写出程序来。-Is my great work in computer graphics, including the algorithm are: line drawing of the DDA method, bresenham method, midpoint method, rendering the mid-point circle and ellipse algorithms, scan line seed fill algorithm. N sub Bezier curve drawing, and his translation rotation and scaling transformations. Also call the color dialog box, etc., methods of operation to help in together with a. In addition, with a written statement, suitable for beginners to write their own step by step procedures.
Platform: | Size: 5458944 | Author: 隗平 | Hits:

[Special Effectsvc

Description: vc++实现DDA算法、Bresenham算法、中点算法,以及直线的拖动和拉伸变换-vc++ achieve DDA algorithm, Bresenham algorithm, the midpoint algorithm, and drag the line and stretching transformation
Platform: | Size: 3739648 | Author: 刘超 | Hits:

[OpenGL programopenGL

Description: 此程序的功能是实现基本的openGL中的画线算法,总共有四个算法。DDA画线算法,中点Bresenham算法画直线,改进Bresenham算法画直线以及 四分法绘制椭圆-Feature of this program is to achieve the basic openGL draw lines in the algorithm, a total of four algorithms. DDA line drawing algorithm, Bresenham midpoint line drawing algorithm, improved Bresenham algorithm for drawing a straight line and ellipse drawing quartering
Platform: | Size: 1732608 | Author: 周中锋 | Hits:
« 12 3 4 »

CodeBus www.codebus.net